home *** CD-ROM | disk | FTP | other *** search
/ Amiga Tools 5 / Amiga Tools 5.iso / tools / developer-tools / guis / gadutil / docs / autodocs / 19.gu_disablegadget < prev    next >
Text File  |  1996-07-16  |  613b  |  28 lines

  1. gadutil.library/GU_DisableGadget             gadutil.library/GU_DisableGadget
  2.  
  3.    NAME
  4.     GU_DisableGadget -- Disable / Enable a gadget.
  5.  
  6.    SYNOPSIS
  7.     GU_DisableGadget(status, gadget, window)
  8.                      D0,     A0,     A1
  9.  
  10.     VOID GU_DisableGadget(BOOL, struct Gadget *, struct Window *);
  11.  
  12.    FUNCTION
  13.     Disables or enables a gadget (that supports this).
  14.  
  15.    INPUTS
  16.     status - The new status for the gadget, TRUE for disabled, FALSE for
  17.              enabled.
  18.     gadget - A pointer to the gadget to change.
  19.     window - Pointer to the window that the gadget is placed in.
  20.  
  21.    RESULT
  22.     none
  23.  
  24.    BUGS
  25.     none known
  26.  
  27.    SEE ALSO
  28.